ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ShapeTagHelper<TControl> Class / Offset Property

In This Topic
    Offset Property (ShapeTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Offset. Sets the offset of the annotation from the point.
    Syntax
    'Declaration
     
    Public Property Offset As PointF
    public PointF Offset {get; set;}
    See Also